home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / cdbox303 / cd-box.cfg < prev    next >
Text File  |  1993-10-21  |  2KB  |  73 lines

  1. ; CD-Box configuration file
  2.  
  3.  
  4. ; *** SYSTEM PARAMETERS
  5. ; If your computer is "slow" (286-10Mhz or less): MixingSpeed=10000
  6. ; If you have but a crummy speaker: MODDevice=0
  7. ; If your default ROL bank file is HELLO.BNK: DefaultBNK=HELLO (no extension!)
  8. ; If D: is a RAM drive: Temp=D:\
  9.  
  10.  
  11. ; *** PARAMETERS FOR ARCHIVERS
  12. ; These are the default archivers and parameters CD-Box uses.
  13. ; Use and modify at your own risk!
  14. ; [ARC]
  15. ; archiver=ARCE.COM                      (or ARC.EXE)
  16. ; parameters=$zipfile $files /R /Q > nul (or x $zipfile $files > nul)
  17. ; [ARJ]
  18. ; archiver=ARJ.EXE
  19. ; parameters=e -y $zipfile $files > nul  (if -n, ARJ returns error!)
  20. ; [PAK]
  21. ; archiver=PAK.EXE
  22. ; parameters=e /wn $zipfile $files > nul
  23. ; [ZIP]
  24. ; archiver=PKUNZIP.EXE
  25. ; parameters=-n $zipfile $files > nul
  26.  
  27.  
  28. ; *** EXTERNAL PLAYERS
  29.  
  30. ; .CMF: full internal support
  31. ; Note that SBFMDRV must be LOADED in memory for .CMF files to be played
  32.  
  33. ; .MID: default player is FORMER.EXE (comes with HOLYWOOD), but it's not quiet
  34. ; Anyway internal .MID support is coming soon
  35. [MID]
  36. player=FORMER.EXE
  37. parameters=$song
  38. text=yes
  39.  
  40. ; .MOD: full internal support.
  41. ; ModPlay is a "backup player" in case of trouble. You can easily do without.
  42. [MOD]
  43. player=MP.COM
  44. parameters=-q $song
  45. dual=yes
  46. swap=yes
  47.  
  48. ; .MUS: default player is AD.EXE
  49. [MUS]
  50. player=AD.EXE
  51. parameters=$song $bank
  52.  
  53. ; .ROL: full internal support.
  54.  
  55. ; .VOC: full internal support.
  56.  
  57. ; .WAV: internal support (8-bit, 1 channel).
  58. ; PAS16 users, insert code here for PLAYFILE.EXE for stereo sounds!
  59.  
  60. ; Examples of extra formats. Remove the ";" to make them work
  61. ; You can add as many as you wish, as long as you have the players!
  62.  
  63. ;[IMF]
  64. ;player=PLAYIMF.EXE
  65. ;parameters=$song > nul
  66. ;shell=yes
  67.  
  68. ;[S3M]
  69. ;player=DMP.EXE
  70. ;parameters=$song
  71. ;shell=yes
  72. ;text=yes
  73.